home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / GameKit / Makefiles / lib / Makefile.sublib.user < prev    next >
Makefile  |  1995-06-12  |  650b  |  34 lines

  1. #  NeXT Internal Library Makefile
  2. #  Copyright 1987, 1991, NeXT Computer, Inc.
  3. #
  4. #  This Makefile is used for NeXT software libraries.
  5. #
  6. #  Fill in values for the various variables at the places marked by
  7. #  **number**.  Any rules or dependencies of your own can be added
  8. #  at the end of the file.
  9. #
  10.  
  11. # directory where included Makefiles are located.
  12. MAKE_DIR = /LocalDeveloper/Makefiles/lib
  13.  
  14. MFILES = 
  15. CFILES = 
  16. PSWFILES = 
  17. PSWMFILES = 
  18. SFILES = 
  19. LFILES = 
  20. LMFILES = 
  21. YFILES = 
  22. YMFILES = 
  23. PSFILES = 
  24. OTHER_SRCS = 
  25. OTHER_SRCS_OFILES =
  26.  
  27. MORE_CFLAGS = 
  28.  
  29. BY_PRODUCTS = 
  30.  
  31. #this file included for standard functionality
  32. include $(MAKE_DIR)/Makefile.lib
  33.  
  34.